Html Css Color HEX #306CF8 Royal Blue

📋 copy color: '#306CF8'

red 48 ◦ green 108 ◦ blue 248

#306CF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #306CF8

Tints of Royal Blue #306CF8

RGB

 RED value IS 48 (19.14% from 255) = 11.88%

 GREEN value IS 108 (42.58% from 255) = 26.73%

 BLUE value IS 248 (97.27% from 255) = 61.39%

R = 11.88%
G = 26.73%
B = 61.39%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#306CF8 (or 0x306CF8) is known color: Royal Blue. HEX triplet: 30, 6C and F8. RGB value is (48,108,248). Sum of RGB (Red+Green+Blue) = 48+108+248=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 248 (97.27% from 255 or 61.39% from 404); Max value from RGB is 248 - color contains mainly: blue. Hex color #306CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306CF8 is #CF9307. Grayscale: #696969. Windows color (decimal): -13603592 or 16280624. OLE color: 16280624.

HSL color Cylindrical-coordinate representation of color #306CF8: hue angle of 222º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306CF8 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 108 248 -
CMYK 0.81 0.56 0 0.03
HSL 222º 0.93% 0.58% -
HSV(B) 222º 0.81% 0.97% -
XYZ 23.52 18.13 91.07 -
YUV 106.02 208.12 86.62 -
System Red Green Blue C M Y K H S L
Decimal 48 108 248 0.81 0.56 0 0.03 222 0.93 0.58
Hex 30 6C F8 51 38 0 3 DE 5D 3A
Octal 60 154 370 121 70 0 3 336 135 72
Binary 110000 1101100 11111000 1010001 111000 0 11 11011110 1011101 111010

Color Harmonies of #306CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CF8

Black with #306CF8

Text Example


Text Example

White with #306CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306CF8; }

 p { color: rgb(48,108,248); }

 H1.HeaderClassName
 {
   color: #306CF8;
 }
 .AnyTagClassName
 {
   color: #306CF8;
 }
</style>

background-color css

<style>
 a { background-color: #306CF8; }

 a { background-color: rgb(48,108,248); }

 div.DivClassName
 {
   background-color: #306CF8;
 }
 .BgClassName
 {
   background-color: #306CF8;
 }
</style>

border-color css

<style>
 span { border-color: #306CF8; }

 span { border-color: rgb(48,108,248); }

 td.TdClassName
 {
   border-color: #306CF8;
 }
 .TagClassName
 {
   border-color: #306CF8;
 }
</style>