Html Css Color HEX #304DCF Cerulean Blue

📋 copy color: '#304DCF'

red 48 ◦ green 77 ◦ blue 207

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

Shades of Cerulean Blue #304DCF

Tints of Cerulean Blue #304DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

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

R = 14.46%
G = 23.19%
B = 62.35%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#304DCF (or 0x304DCF) is known color: Cerulean Blue. HEX triplet: 30, 4D and CF. RGB value is (48,77,207). Sum of RGB (Red+Green+Blue) = 48+77+207=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #304DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DCF is #CFB230. Grayscale: #525252. Windows color (decimal): -13611569 or 13585712. OLE color: 13585712.

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

Color convert

RGB 48 77 207 -
CMYK 0.77 0.63 0 0.19
HSL 229.06º 0.62% 0.5% -
HSV(B) 229.06º 0.77% 0.81% -
XYZ 15.14 10.44 60.25 -
YUV 83.15 197.89 102.93 -
System Red Green Blue C M Y K H S L
Decimal 48 77 207 0.77 0.63 0 0.19 229.06 0.62 0.5
Hex 30 4D CF 4D 3F 0 13 E5 3E 32
Octal 60 115 317 115 77 0 23 345 76 62
Binary 110000 1001101 11001111 1001101 111111 0 10011 11100101 111110 110010

Color Harmonies of #304DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DCF

Black with #304DCF

Text Example


Text Example

White with #304DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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