Html Css Color HEX #306BDF Royal Blue

📋 copy color: '#306BDF'

red 48 ◦ green 107 ◦ blue 223

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

Shades of Royal Blue #306BDF

Tints of Royal Blue #306BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.31%

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 12.7%
G = 28.31%
B = 58.99%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#306BDF (or 0x306BDF) is known color: Royal Blue. HEX triplet: 30, 6B and DF. RGB value is (48,107,223). Sum of RGB (Red+Green+Blue) = 48+107+223=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #306BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BDF is #CF9420. Grayscale: #666666. Windows color (decimal): -13603873 or 14641968. OLE color: 14641968.

HSL color Cylindrical-coordinate representation of color #306BDF: hue angle of 219.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306BDF is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 107 223 -
CMYK 0.78 0.52 0 0.13
HSL 219.77º 0.73% 0.53% -
HSV(B) 219.77º 0.78% 0.87% -
XYZ 19.8 16.47 71.95 -
YUV 102.58 195.95 89.07 -
System Red Green Blue C M Y K H S L
Decimal 48 107 223 0.78 0.52 0 0.13 219.77 0.73 0.53
Hex 30 6B DF 4E 34 0 D DC 49 35
Octal 60 153 337 116 64 0 15 334 111 65
Binary 110000 1101011 11011111 1001110 110100 0 1101 11011100 1001001 110101

Color Harmonies of #306BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BDF

Black with #306BDF

Text Example


Text Example

White with #306BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,107,223); }

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

background-color css

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

 a { background-color: rgb(48,107,223); }

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

border-color css

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

 span { border-color: rgb(48,107,223); }

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