Html Css Color HEX #305CCF Cerulean Blue

📋 copy color: '#305CCF'

red 48 ◦ green 92 ◦ blue 207

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

Shades of Cerulean Blue #305CCF

Tints of Cerulean Blue #305CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.65%

R = 13.83%
G = 26.51%
B = 59.65%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#305CCF (or 0x305CCF) is known color: Cerulean Blue. HEX triplet: 30, 5C and CF. RGB value is (48,92,207). Sum of RGB (Red+Green+Blue) = 48+92+207=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #305CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CCF is #CFA330. Grayscale: #5B5B5B. Windows color (decimal): -13607729 or 13589552. OLE color: 13589552.

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

Color convert

RGB 48 92 207 -
CMYK 0.77 0.56 0 0.19
HSL 223.4º 0.62% 0.5% -
HSV(B) 223.4º 0.77% 0.81% -
XYZ 16.31 12.79 60.64 -
YUV 91.95 192.92 96.65 -
System Red Green Blue C M Y K H S L
Decimal 48 92 207 0.77 0.56 0 0.19 223.4 0.62 0.5
Hex 30 5C CF 4D 38 0 13 DF 3E 32
Octal 60 134 317 115 70 0 23 337 76 62
Binary 110000 1011100 11001111 1001101 111000 0 10011 11011111 111110 110010

Color Harmonies of #305CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CCF

Black with #305CCF

Text Example


Text Example

White with #305CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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