Html Css Color HEX #305DB8 Cerulean Blue

📋 copy color: '#305DB8'

red 48 ◦ green 93 ◦ blue 184

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

Shades of Cerulean Blue #305DB8

Tints of Cerulean Blue #305DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 56.62%

R = 14.77%
G = 28.62%
B = 56.62%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#305DB8 (or 0x305DB8) is known color: Cerulean Blue. HEX triplet: 30, 5D and B8. RGB value is (48,93,184). Sum of RGB (Red+Green+Blue) = 48+93+184=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #305DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DB8 is #CFA247. Grayscale: #595959. Windows color (decimal): -13607496 or 12082480. OLE color: 12082480.

HSL color Cylindrical-coordinate representation of color #305DB8: hue angle of 220.15º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305DB8 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 93 184 -
CMYK 0.74 0.49 0 0.28
HSL 220.15º 0.59% 0.45% -
HSV(B) 220.15º 0.74% 0.72% -
XYZ 13.79 11.92 46.92 -
YUV 89.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 48 93 184 0.74 0.49 0 0.28 220.15 0.59 0.45
Hex 30 5D B8 4A 31 0 1C DC 3B 2D
Octal 60 135 270 112 61 0 34 334 73 55
Binary 110000 1011101 10111000 1001010 110001 0 11100 11011100 111011 101101

Color Harmonies of #305DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DB8

Black with #305DB8

Text Example


Text Example

White with #305DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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