Html Css Color HEX #306FFB Royal Blue

📋 copy color: '#306FFB'

red 48 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #306FFB

Tints of Royal Blue #306FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.22%

R = 11.71%
G = 27.07%
B = 61.22%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#306FFB (or 0x306FFB) is known color: Royal Blue. HEX triplet: 30, 6F and FB. RGB value is (48,111,251). Sum of RGB (Red+Green+Blue) = 48+111+251=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #306FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306FFB is #CF9004. Grayscale: #6B6B6B. Windows color (decimal): -13602821 or 16478000. OLE color: 16478000.

HSL color Cylindrical-coordinate representation of color #306FFB: hue angle of 221.38º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306FFB is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 111 251 -
CMYK 0.81 0.56 0 0.02
HSL 221.38º 0.96% 0.59% -
HSV(B) 221.38º 0.81% 0.98% -
XYZ 24.32 18.96 93.65 -
YUV 108.12 208.63 85.12 -
System Red Green Blue C M Y K H S L
Decimal 48 111 251 0.81 0.56 0 0.02 221.38 0.96 0.59
Hex 30 6F FB 51 38 0 2 DD 60 3B
Octal 60 157 373 121 70 0 2 335 140 73
Binary 110000 1101111 11111011 1010001 111000 0 10 11011101 1100000 111011

Color Harmonies of #306FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FFB

Black with #306FFB

Text Example


Text Example

White with #306FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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