Html Css Color HEX #194CEC Cerulean Blue

📋 copy color: '#194CEC'

red 25 ◦ green 76 ◦ blue 236

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

Shades of Cerulean Blue #194CEC

Tints of Cerulean Blue #194CEC

RGB

 RED value IS 25 (10.16% from 255) = 7.42%

 GREEN value IS 76 (30.08% from 255) = 22.55%

 BLUE value IS 236 (92.58% from 255) = 70.03%

R = 7.42%
G = 22.55%
B = 70.03%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#194CEC (or 0x194CEC) is known color: Cerulean Blue. HEX triplet: 19, 4C and EC. RGB value is (25,76,236). Sum of RGB (Red+Green+Blue) = 25+76+236=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #194CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194CEC is #E6B313. Grayscale: #4E4E4E. Windows color (decimal): -15119124 or 15485977. OLE color: 15485977.

HSL color Cylindrical-coordinate representation of color #194CEC: hue angle of 225.5º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194CEC is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 76 236 -
CMYK 0.89 0.68 0 0.07
HSL 225.5º 0.85% 0.51% -
HSV(B) 225.5º 0.89% 0.93% -
XYZ 18.13 11.43 80.61 -
YUV 78.99 216.6 89.49 -
System Red Green Blue C M Y K H S L
Decimal 25 76 236 0.89 0.68 0 0.07 225.5 0.85 0.51
Hex 19 4C EC 59 44 0 7 E1 55 33
Octal 31 114 354 131 104 0 7 341 125 63
Binary 11001 1001100 11101100 1011001 1000100 0 111 11100001 1010101 110011

Color Harmonies of #194CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CEC

Black with #194CEC

Text Example


Text Example

White with #194CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194CEC; }

 p { color: rgb(25,76,236); }

 H1.HeaderClassName
 {
   color: #194CEC;
 }
 .AnyTagClassName
 {
   color: #194CEC;
 }
</style>

background-color css

<style>
 a { background-color: #194CEC; }

 a { background-color: rgb(25,76,236); }

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

border-color css

<style>
 span { border-color: #194CEC; }

 span { border-color: rgb(25,76,236); }

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