Html Css Color HEX #306AF4 Royal Blue

📋 copy color: '#306AF4'

red 48 ◦ green 106 ◦ blue 244

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

Shades of Royal Blue #306AF4

Tints of Royal Blue #306AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 61.31%

R = 12.06%
G = 26.63%
B = 61.31%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#306AF4 (or 0x306AF4) is known color: Royal Blue. HEX triplet: 30, 6A and F4. RGB value is (48,106,244). Sum of RGB (Red+Green+Blue) = 48+106+244=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 244 (95.70% from 255 or 61.31% from 398); Max value from RGB is 244 - color contains mainly: blue. Hex color #306AF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306AF4 is #CF950B. Grayscale: #676767. Windows color (decimal): -13604108 or 16017968. OLE color: 16017968.

HSL color Cylindrical-coordinate representation of color #306AF4: hue angle of 222.24º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306AF4 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 106 244 -
CMYK 0.80 0.57 0 0.04
HSL 222.24º 0.9% 0.57% -
HSV(B) 222.24º 0.8% 0.96% -
XYZ 22.7 17.47 87.76 -
YUV 104.39 206.78 87.78 -
System Red Green Blue C M Y K H S L
Decimal 48 106 244 0.80 0.57 0 0.04 222.24 0.9 0.57
Hex 30 6A F4 50 39 0 4 DE 5A 39
Octal 60 152 364 120 71 0 4 336 132 71
Binary 110000 1101010 11110100 1010000 111001 0 100 11011110 1011010 111001

Color Harmonies of #306AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306AF4

Black with #306AF4

Text Example


Text Example

White with #306AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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