Html Css Color HEX #306DFC Royal Blue

📋 copy color: '#306DFC'

red 48 ◦ green 109 ◦ blue 252

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

Shades of Royal Blue #306DFC

Tints of Royal Blue #306DFC

RGB

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

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

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

R = 11.74%
G = 26.65%
B = 61.61%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#306DFC (or 0x306DFC) is known color: Royal Blue. HEX triplet: 30, 6D and FC. RGB value is (48,109,252). Sum of RGB (Red+Green+Blue) = 48+109+252=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #306DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306DFC is #CF9203. Grayscale: #6A6A6A. Windows color (decimal): -13603332 or 16543024. OLE color: 16543024.

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

Color convert

RGB 48 109 252 -
CMYK 0.81 0.57 0 0.01
HSL 222.06º 0.97% 0.59% -
HSV(B) 222.06º 0.81% 0.99% -
XYZ 24.26 18.59 94.41 -
YUV 107.06 209.79 85.87 -
System Red Green Blue C M Y K H S L
Decimal 48 109 252 0.81 0.57 0 0.01 222.06 0.97 0.59
Hex 30 6D FC 51 39 0 1 DE 61 3B
Octal 60 155 374 121 71 0 1 336 141 73
Binary 110000 1101101 11111100 1010001 111001 0 1 11011110 1100001 111011

Color Harmonies of #306DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DFC

Black with #306DFC

Text Example


Text Example

White with #306DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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