Html Css Color HEX #305DB9 Cerulean Blue

📋 copy color: '#305DB9'

red 48 ◦ green 93 ◦ blue 185

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

Shades of Cerulean Blue #305DB9

Tints of Cerulean Blue #305DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.53%

 BLUE value IS 185 (72.66% from 255) = 56.75%

R = 14.72%
G = 28.53%
B = 56.75%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#305DB9 (or 0x305DB9) is known color: Cerulean Blue. HEX triplet: 30, 5D and B9. RGB value is (48,93,185). Sum of RGB (Red+Green+Blue) = 48+93+185=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 185 (72.66% from 255 or 56.75% from 326); Max value from RGB is 185 - color contains mainly: blue. Hex color #305DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DB9 is #CFA246. Grayscale: #595959. Windows color (decimal): -13607495 or 12148016. OLE color: 12148016.

HSL color Cylindrical-coordinate representation of color #305DB9: hue angle of 220.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305DB9 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 93 185 -
CMYK 0.74 0.50 0 0.27
HSL 220.29º 0.59% 0.46% -
HSV(B) 220.29º 0.74% 0.73% -
XYZ 13.89 11.96 47.48 -
YUV 90.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 48 93 185 0.74 0.50 0 0.27 220.29 0.59 0.46
Hex 30 5D B9 4A 32 0 1B DC 3B 2E
Octal 60 135 271 112 62 0 33 334 73 56
Binary 110000 1011101 10111001 1001010 110010 0 11011 11011100 111011 101110

Color Harmonies of #305DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DB9

Black with #305DB9

Text Example


Text Example

White with #305DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305DB9; }

 p { color: rgb(48,93,185); }

 H1.HeaderClassName
 {
   color: #305DB9;
 }
 .AnyTagClassName
 {
   color: #305DB9;
 }
</style>

background-color css

<style>
 a { background-color: #305DB9; }

 a { background-color: rgb(48,93,185); }

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

border-color css

<style>
 span { border-color: #305DB9; }

 span { border-color: rgb(48,93,185); }

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