Html Css Color HEX #305EC0 Cerulean Blue

📋 copy color: '#305EC0'

red 48 ◦ green 94 ◦ blue 192

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

Shades of Cerulean Blue #305EC0

Tints of Cerulean Blue #305EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.49%

R = 14.37%
G = 28.14%
B = 57.49%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#305EC0 (or 0x305EC0) is known color: Cerulean Blue. HEX triplet: 30, 5E and C0. RGB value is (48,94,192). Sum of RGB (Red+Green+Blue) = 48+94+192=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #305EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EC0 is #CFA13F. Grayscale: #5A5A5A. Windows color (decimal): -13607232 or 12607024. OLE color: 12607024.

HSL color Cylindrical-coordinate representation of color #305EC0: hue angle of 220.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #305EC0 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 94 192 -
CMYK 0.75 0.51 0 0.25
HSL 220.83º 0.6% 0.47% -
HSV(B) 220.83º 0.75% 0.75% -
XYZ 14.74 12.44 51.49 -
YUV 91.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 48 94 192 0.75 0.51 0 0.25 220.83 0.6 0.47
Hex 30 5E C0 4B 33 0 19 DD 3C 2F
Octal 60 136 300 113 63 0 31 335 74 57
Binary 110000 1011110 11000000 1001011 110011 0 11001 11011101 111100 101111

Color Harmonies of #305EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305EC0

Black with #305EC0

Text Example


Text Example

White with #305EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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