Html Css Color HEX #306DCF Royal Blue

📋 copy color: '#306DCF'

red 48 ◦ green 109 ◦ blue 207

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

Shades of Royal Blue #306DCF

Tints of Royal Blue #306DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

 BLUE value IS 207 (81.25% from 255) = 56.87%

R = 13.19%
G = 29.95%
B = 56.87%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#306DCF (or 0x306DCF) is known color: Royal Blue. HEX triplet: 30, 6D and CF. RGB value is (48,109,207). Sum of RGB (Red+Green+Blue) = 48+109+207=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #306DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306DCF is #CF9230. Grayscale: #656565. Windows color (decimal): -13603377 or 13593904. OLE color: 13593904.

HSL color Cylindrical-coordinate representation of color #306DCF: hue angle of 216.98º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306DCF is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 109 207 -
CMYK 0.77 0.47 0 0.19
HSL 216.98º 0.62% 0.5% -
HSV(B) 216.98º 0.77% 0.81% -
XYZ 17.95 16.07 61.19 -
YUV 101.93 187.29 89.53 -
System Red Green Blue C M Y K H S L
Decimal 48 109 207 0.77 0.47 0 0.19 216.98 0.62 0.5
Hex 30 6D CF 4D 2F 0 13 D9 3E 32
Octal 60 155 317 115 57 0 23 331 76 62
Binary 110000 1101101 11001111 1001101 101111 0 10011 11011001 111110 110010

Color Harmonies of #306DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DCF

Black with #306DCF

Text Example


Text Example

White with #306DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,109,207); }

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

background-color css

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

 a { background-color: rgb(48,109,207); }

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

border-color css

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

 span { border-color: rgb(48,109,207); }

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