Html Css Color HEX #306CDE Royal Blue

📋 copy color: '#306CDE'

red 48 ◦ green 108 ◦ blue 222

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

Shades of Royal Blue #306CDE

Tints of Royal Blue #306CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 12.7%
G = 28.57%
B = 58.73%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#306CDE (or 0x306CDE) is known color: Royal Blue. HEX triplet: 30, 6C and DE. RGB value is (48,108,222). Sum of RGB (Red+Green+Blue) = 48+108+222=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #306CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CDE is #CF9321. Grayscale: #666666. Windows color (decimal): -13603618 or 14576688. OLE color: 14576688.

HSL color Cylindrical-coordinate representation of color #306CDE: hue angle of 219.31º 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 #306CDE is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 108 222 -
CMYK 0.78 0.51 0 0.13
HSL 219.31º 0.73% 0.53% -
HSV(B) 219.31º 0.78% 0.87% -
XYZ 19.77 16.63 71.27 -
YUV 103.06 195.12 88.73 -
System Red Green Blue C M Y K H S L
Decimal 48 108 222 0.78 0.51 0 0.13 219.31 0.73 0.53
Hex 30 6C DE 4E 33 0 D DB 48 35
Octal 60 154 336 116 63 0 15 333 110 65
Binary 110000 1101100 11011110 1001110 110011 0 1101 11011011 1001000 110101

Color Harmonies of #306CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CDE

Black with #306CDE

Text Example


Text Example

White with #306CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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