Html Css Color HEX #306FCF Royal Blue

📋 copy color: '#306FCF'

red 48 ◦ green 111 ◦ blue 207

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

Shades of Royal Blue #306FCF

Tints of Royal Blue #306FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

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

R = 13.11%
G = 30.33%
B = 56.56%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#306FCF (or 0x306FCF) is known color: Royal Blue. HEX triplet: 30, 6F and CF. RGB value is (48,111,207). Sum of RGB (Red+Green+Blue) = 48+111+207=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #306FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FCF is #CF9030. Grayscale: #666666. Windows color (decimal): -13602865 or 13594416. OLE color: 13594416.

HSL color Cylindrical-coordinate representation of color #306FCF: hue angle of 216.23º 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 #306FCF is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 111 207 -
CMYK 0.77 0.46 0 0.19
HSL 216.23º 0.62% 0.5% -
HSV(B) 216.23º 0.77% 0.81% -
XYZ 18.17 16.5 61.26 -
YUV 103.11 186.63 88.69 -
System Red Green Blue C M Y K H S L
Decimal 48 111 207 0.77 0.46 0 0.19 216.23 0.62 0.5
Hex 30 6F CF 4D 2E 0 13 D8 3E 32
Octal 60 157 317 115 56 0 23 330 76 62
Binary 110000 1101111 11001111 1001101 101110 0 10011 11011000 111110 110010

Color Harmonies of #306FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FCF

Black with #306FCF

Text Example


Text Example

White with #306FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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