Html Css Color HEX #305CC8 Cerulean Blue

📋 copy color: '#305CC8'

red 48 ◦ green 92 ◦ blue 200

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

Shades of Cerulean Blue #305CC8

Tints of Cerulean Blue #305CC8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

 BLUE value IS 200 (78.52% from 255) = 58.82%

R = 14.12%
G = 27.06%
B = 58.82%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#305CC8 (or 0x305CC8) is known color: Cerulean Blue. HEX triplet: 30, 5C and C8. RGB value is (48,92,200). Sum of RGB (Red+Green+Blue) = 48+92+200=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 200 (78.52% from 255 or 58.82% from 340); Max value from RGB is 200 - color contains mainly: blue. Hex color #305CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CC8 is #CFA337. Grayscale: #5A5A5A. Windows color (decimal): -13607736 or 13130800. OLE color: 13130800.

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

Color convert

RGB 48 92 200 -
CMYK 0.76 0.54 0 0.22
HSL 222.63º 0.61% 0.49% -
HSV(B) 222.63º 0.76% 0.78% -
XYZ 15.47 12.45 56.23 -
YUV 91.16 189.42 97.22 -
System Red Green Blue C M Y K H S L
Decimal 48 92 200 0.76 0.54 0 0.22 222.63 0.61 0.49
Hex 30 5C C8 4C 36 0 16 DF 3D 31
Octal 60 134 310 114 66 0 26 337 75 61
Binary 110000 1011100 11001000 1001100 110110 0 10110 11011111 111101 110001

Color Harmonies of #305CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CC8

Black with #305CC8

Text Example


Text Example

White with #305CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,92,200); }

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

background-color css

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

 a { background-color: rgb(48,92,200); }

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

border-color css

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

 span { border-color: rgb(48,92,200); }

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