Html Css Color HEX #305ECC Cerulean Blue

📋 copy color: '#305ECC'

red 48 ◦ green 94 ◦ blue 204

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

Shades of Cerulean Blue #305ECC

Tints of Cerulean Blue #305ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 13.87%
G = 27.17%
B = 58.96%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#305ECC (or 0x305ECC) is known color: Cerulean Blue. HEX triplet: 30, 5E and CC. RGB value is (48,94,204). Sum of RGB (Red+Green+Blue) = 48+94+204=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #305ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ECC is #CFA133. Grayscale: #5C5C5C. Windows color (decimal): -13607220 or 13393456. OLE color: 13393456.

HSL color Cylindrical-coordinate representation of color #305ECC: hue angle of 222.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #305ECC is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 94 204 -
CMYK 0.76 0.54 0 0.2
HSL 222.31º 0.62% 0.49% -
HSV(B) 222.31º 0.76% 0.8% -
XYZ 16.12 12.99 58.79 -
YUV 92.79 190.76 96.06 -
System Red Green Blue C M Y K H S L
Decimal 48 94 204 0.76 0.54 0 0.2 222.31 0.62 0.49
Hex 30 5E CC 4C 36 0 14 DE 3E 31
Octal 60 136 314 114 66 0 24 336 76 61
Binary 110000 1011110 11001100 1001100 110110 0 10100 11011110 111110 110001

Color Harmonies of #305ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ECC

Black with #305ECC

Text Example


Text Example

White with #305ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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