Html Css Color HEX #305FCE Cerulean Blue

📋 copy color: '#305FCE'

red 48 ◦ green 95 ◦ blue 206

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

Shades of Cerulean Blue #305FCE

Tints of Cerulean Blue #305FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

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

R = 13.75%
G = 27.22%
B = 59.03%

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

#305FCE (or 0x305FCE) is known color: Cerulean Blue. HEX triplet: 30, 5F and CE. RGB value is (48,95,206). Sum of RGB (Red+Green+Blue) = 48+95+206=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #305FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FCE is #CFA031. Grayscale: #5D5D5D. Windows color (decimal): -13606962 or 13524784. OLE color: 13524784.

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

Color convert

RGB 48 95 206 -
CMYK 0.77 0.54 0 0.19
HSL 222.15º 0.62% 0.5% -
HSV(B) 222.15º 0.77% 0.81% -
XYZ 16.45 13.27 60.09 -
YUV 93.6 191.43 95.47 -
System Red Green Blue C M Y K H S L
Decimal 48 95 206 0.77 0.54 0 0.19 222.15 0.62 0.5
Hex 30 5F CE 4D 36 0 13 DE 3E 32
Octal 60 137 316 115 66 0 23 336 76 62
Binary 110000 1011111 11001110 1001101 110110 0 10011 11011110 111110 110010

Color Harmonies of #305FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FCE

Black with #305FCE

Text Example


Text Example

White with #305FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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