Html Css Color HEX #306BDA Royal Blue

📋 copy color: '#306BDA'

red 48 ◦ green 107 ◦ blue 218

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

Shades of Royal Blue #306BDA

Tints of Royal Blue #306BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.69%

 BLUE value IS 218 (85.55% from 255) = 58.45%

R = 12.87%
G = 28.69%
B = 58.45%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#306BDA (or 0x306BDA) is known color: Royal Blue. HEX triplet: 30, 6B and DA. RGB value is (48,107,218). Sum of RGB (Red+Green+Blue) = 48+107+218=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #306BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BDA is #CF9425. Grayscale: #656565. Windows color (decimal): -13603878 or 14314288. OLE color: 14314288.

HSL color Cylindrical-coordinate representation of color #306BDA: hue angle of 219.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306BDA is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 107 218 -
CMYK 0.78 0.51 0 0.15
HSL 219.18º 0.7% 0.52% -
HSV(B) 219.18º 0.78% 0.85% -
XYZ 19.13 16.21 68.45 -
YUV 102.01 193.45 89.47 -
System Red Green Blue C M Y K H S L
Decimal 48 107 218 0.78 0.51 0 0.15 219.18 0.7 0.52
Hex 30 6B DA 4E 33 0 F DB 46 34
Octal 60 153 332 116 63 0 17 333 106 64
Binary 110000 1101011 11011010 1001110 110011 0 1111 11011011 1000110 110100

Color Harmonies of #306BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BDA

Black with #306BDA

Text Example


Text Example

White with #306BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,107,218); }

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

background-color css

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

 a { background-color: rgb(48,107,218); }

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

border-color css

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

 span { border-color: rgb(48,107,218); }

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