Html Css Color HEX #306AFC Royal Blue

📋 copy color: '#306AFC'

red 48 ◦ green 106 ◦ blue 252

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

Shades of Royal Blue #306AFC

Tints of Royal Blue #306AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.11%

 BLUE value IS 252 (98.83% from 255) = 62.07%

R = 11.82%
G = 26.11%
B = 62.07%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#306AFC (or 0x306AFC) is known color: Royal Blue. HEX triplet: 30, 6A and FC. RGB value is (48,106,252). Sum of RGB (Red+Green+Blue) = 48+106+252=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #306AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306AFC is #CF9503. Grayscale: #686868. Windows color (decimal): -13604100 or 16542256. OLE color: 16542256.

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

Color convert

RGB 48 106 252 -
CMYK 0.81 0.58 0 0.01
HSL 222.94º 0.97% 0.59% -
HSV(B) 222.94º 0.81% 0.99% -
XYZ 23.94 17.96 94.3 -
YUV 105.3 210.78 87.13 -
System Red Green Blue C M Y K H S L
Decimal 48 106 252 0.81 0.58 0 0.01 222.94 0.97 0.59
Hex 30 6A FC 51 3A 0 1 DF 61 3B
Octal 60 152 374 121 72 0 1 337 141 73
Binary 110000 1101010 11111100 1010001 111010 0 1 11011111 1100001 111011

Color Harmonies of #306AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306AFC

Black with #306AFC

Text Example


Text Example

White with #306AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,106,252); }

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

background-color css

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

 a { background-color: rgb(48,106,252); }

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

border-color css

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

 span { border-color: rgb(48,106,252); }

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