Html Css Color HEX #306EFF Royal Blue

📋 copy color: '#306EFF'

red 48 ◦ green 110 ◦ blue 255

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

Shades of Royal Blue #306EFF

Tints of Royal Blue #306EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.63%

 BLUE value IS 255 (100% from 255) = 61.74%

R = 11.62%
G = 26.63%
B = 61.74%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#306EFF (or 0x306EFF) is known color: Royal Blue. HEX triplet: 30, 6E and FF. RGB value is (48,110,255). Sum of RGB (Red+Green+Blue) = 48+110+255=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #306EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306EFF is #CF9100. Grayscale: #6B6B6B. Windows color (decimal): -13603073 or 16739888. OLE color: 16739888.

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

Color convert

RGB 48 110 255 -
CMYK 0.81 0.57 0 0
HSL 222.03º 1% 0.59% -
HSV(B) 222.03º 0.81% 1% -
XYZ 24.84 19 96.97 -
YUV 107.99 210.96 85.21 -
System Red Green Blue C M Y K H S L
Decimal 48 110 255 0.81 0.57 0 0 222.03 1 0.59
Hex 30 6E FF 51 39 0 0 DE 64 3B
Octal 60 156 377 121 71 0 0 336 144 73
Binary 110000 1101110 11111111 1010001 111001 0 0 11011110 1100100 111011

Color Harmonies of #306EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306EFF

Black with #306EFF

Text Example


Text Example

White with #306EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,110,255); }

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

background-color css

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

 a { background-color: rgb(48,110,255); }

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

border-color css

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

 span { border-color: rgb(48,110,255); }

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