Html Css Color HEX #305ED2 Cerulean Blue

📋 copy color: '#305ED2'

red 48 ◦ green 94 ◦ blue 210

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

Shades of Cerulean Blue #305ED2

Tints of Cerulean Blue #305ED2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.7%

 BLUE value IS 210 (82.42% from 255) = 59.66%

R = 13.64%
G = 26.7%
B = 59.66%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#305ED2 (or 0x305ED2) is known color: Cerulean Blue. HEX triplet: 30, 5E and D2. RGB value is (48,94,210). Sum of RGB (Red+Green+Blue) = 48+94+210=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 210 (82.42% from 255 or 59.66% from 352); Max value from RGB is 210 - color contains mainly: blue. Hex color #305ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ED2 is #CFA12D. Grayscale: #5C5C5C. Windows color (decimal): -13607214 or 13786672. OLE color: 13786672.

HSL color Cylindrical-coordinate representation of color #305ED2: hue angle of 222.96º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305ED2 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 94 210 -
CMYK 0.77 0.55 0 0.18
HSL 222.96º 0.64% 0.51% -
HSV(B) 222.96º 0.77% 0.82% -
XYZ 16.85 13.29 62.65 -
YUV 93.47 193.76 95.57 -
System Red Green Blue C M Y K H S L
Decimal 48 94 210 0.77 0.55 0 0.18 222.96 0.64 0.51
Hex 30 5E D2 4D 37 0 12 DF 40 33
Octal 60 136 322 115 67 0 22 337 100 63
Binary 110000 1011110 11010010 1001101 110111 0 10010 11011111 1000000 110011

Color Harmonies of #305ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ED2

Black with #305ED2

Text Example


Text Example

White with #305ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,94,210); }

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

background-color css

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

 a { background-color: rgb(48,94,210); }

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

border-color css

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

 span { border-color: rgb(48,94,210); }

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