Html Css Color HEX #305BC8 Cerulean Blue

📋 copy color: '#305BC8'

red 48 ◦ green 91 ◦ blue 200

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

Shades of Cerulean Blue #305BC8

Tints of Cerulean Blue #305BC8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.84%

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

R = 14.16%
G = 26.84%
B = 59%

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

#305BC8 (or 0x305BC8) is known color: Cerulean Blue. HEX triplet: 30, 5B and C8. RGB value is (48,91,200). Sum of RGB (Red+Green+Blue) = 48+91+200=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 200 (78.52% from 255 or 59.00% from 339); Max value from RGB is 200 - color contains mainly: blue. Hex color #305BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305BC8 is #CFA437. Grayscale: #5A5A5A. Windows color (decimal): -13607992 or 13130544. OLE color: 13130544.

HSL color Cylindrical-coordinate representation of color #305BC8: hue angle of 223.03º 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 #305BC8 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 91 200 -
CMYK 0.76 0.54 0 0.22
HSL 223.03º 0.61% 0.49% -
HSV(B) 223.03º 0.76% 0.78% -
XYZ 15.39 12.28 56.2 -
YUV 90.57 189.75 97.64 -
System Red Green Blue C M Y K H S L
Decimal 48 91 200 0.76 0.54 0 0.22 223.03 0.61 0.49
Hex 30 5B C8 4C 36 0 16 DF 3D 31
Octal 60 133 310 114 66 0 26 337 75 61
Binary 110000 1011011 11001000 1001100 110110 0 10110 11011111 111101 110001

Color Harmonies of #305BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305BC8

Black with #305BC8

Text Example


Text Example

White with #305BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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