Html Css Color HEX #305ECE Cerulean Blue

📋 copy color: '#305ECE'

red 48 ◦ green 94 ◦ blue 206

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

Shades of Cerulean Blue #305ECE

Tints of Cerulean Blue #305ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 13.79%
G = 27.01%
B = 59.2%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#305ECE (or 0x305ECE) is known color: Cerulean Blue. HEX triplet: 30, 5E and CE. RGB value is (48,94,206). Sum of RGB (Red+Green+Blue) = 48+94+206=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #305ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ECE is #CFA131. Grayscale: #5C5C5C. Windows color (decimal): -13607218 or 13524528. OLE color: 13524528.

HSL color Cylindrical-coordinate representation of color #305ECE: hue angle of 222.53º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305ECE is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 94 206 -
CMYK 0.77 0.54 0 0.19
HSL 222.53º 0.62% 0.5% -
HSV(B) 222.53º 0.77% 0.81% -
XYZ 16.36 13.09 60.06 -
YUV 93.01 191.76 95.89 -
System Red Green Blue C M Y K H S L
Decimal 48 94 206 0.77 0.54 0 0.19 222.53 0.62 0.5
Hex 30 5E CE 4D 36 0 13 DF 3E 32
Octal 60 136 316 115 66 0 23 337 76 62
Binary 110000 1011110 11001110 1001101 110110 0 10011 11011111 111110 110010

Color Harmonies of #305ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ECE

Black with #305ECE

Text Example


Text Example

White with #305ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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