Html Css Color HEX #304ECF Cerulean Blue

📋 copy color: '#304ECF'

red 48 ◦ green 78 ◦ blue 207

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

Shades of Cerulean Blue #304ECF

Tints of Cerulean Blue #304ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.42%

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

R = 14.41%
G = 23.42%
B = 62.16%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#304ECF (or 0x304ECF) is known color: Cerulean Blue. HEX triplet: 30, 4E and CF. RGB value is (48,78,207). Sum of RGB (Red+Green+Blue) = 48+78+207=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #304ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304ECF is #CFB130. Grayscale: #535353. Windows color (decimal): -13611313 or 13585968. OLE color: 13585968.

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

Color convert

RGB 48 78 207 -
CMYK 0.77 0.62 0 0.19
HSL 228.68º 0.62% 0.5% -
HSV(B) 228.68º 0.77% 0.81% -
XYZ 15.21 10.58 60.27 -
YUV 83.74 197.56 102.51 -
System Red Green Blue C M Y K H S L
Decimal 48 78 207 0.77 0.62 0 0.19 228.68 0.62 0.5
Hex 30 4E CF 4D 3E 0 13 E5 3E 32
Octal 60 116 317 115 76 0 23 345 76 62
Binary 110000 1001110 11001111 1001101 111110 0 10011 11100101 111110 110010

Color Harmonies of #304ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304ECF

Black with #304ECF

Text Example


Text Example

White with #304ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304ECF; }

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

 H1.HeaderClassName
 {
   color: #304ECF;
 }
 .AnyTagClassName
 {
   color: #304ECF;
 }
</style>

background-color css

<style>
 a { background-color: #304ECF; }

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

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

border-color css

<style>
 span { border-color: #304ECF; }

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

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