Html Css Color HEX #306DFB Royal Blue

📋 copy color: '#306DFB'

red 48 ◦ green 109 ◦ blue 251

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

Shades of Royal Blue #306DFB

Tints of Royal Blue #306DFB

RGB

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

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

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

R = 11.76%
G = 26.72%
B = 61.52%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#306DFB (or 0x306DFB) is known color: Royal Blue. HEX triplet: 30, 6D and FB. RGB value is (48,109,251). Sum of RGB (Red+Green+Blue) = 48+109+251=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #306DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306DFB is #CF9204. Grayscale: #6A6A6A. Windows color (decimal): -13603333 or 16477488. OLE color: 16477488.

HSL color Cylindrical-coordinate representation of color #306DFB: hue angle of 221.97º 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 #306DFB is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 109 251 -
CMYK 0.81 0.57 0 0.02
HSL 221.97º 0.96% 0.59% -
HSV(B) 221.97º 0.81% 0.98% -
XYZ 24.1 18.53 93.57 -
YUV 106.95 209.29 85.95 -
System Red Green Blue C M Y K H S L
Decimal 48 109 251 0.81 0.57 0 0.02 221.97 0.96 0.59
Hex 30 6D FB 51 39 0 2 DE 60 3B
Octal 60 155 373 121 71 0 2 336 140 73
Binary 110000 1101101 11111011 1010001 111001 0 10 11011110 1100000 111011

Color Harmonies of #306DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DFB

Black with #306DFB

Text Example


Text Example

White with #306DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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