Html Css Color HEX #194CE2 Cerulean Blue

📋 copy color: '#194CE2'

red 25 ◦ green 76 ◦ blue 226

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

Shades of Cerulean Blue #194CE2

Tints of Cerulean Blue #194CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 69.11%

R = 7.65%
G = 23.24%
B = 69.11%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#194CE2 (or 0x194CE2) is known color: Cerulean Blue. HEX triplet: 19, 4C and E2. RGB value is (25,76,226). Sum of RGB (Red+Green+Blue) = 25+76+226=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 226 (88.67% from 255 or 69.11% from 327); Max value from RGB is 226 - color contains mainly: blue. Hex color #194CE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CE2 is #E6B31D. Grayscale: #4D4D4D. Windows color (decimal): -15119134 or 14830617. OLE color: 14830617.

HSL color Cylindrical-coordinate representation of color #194CE2: hue angle of 224.78º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194CE2 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 25 76 226 -
CMYK 0.89 0.66 0 0.11
HSL 224.78º 0.8% 0.49% -
HSV(B) 224.78º 0.89% 0.89% -
XYZ 16.71 10.87 73.17 -
YUV 77.85 211.6 90.3 -
System Red Green Blue C M Y K H S L
Decimal 25 76 226 0.89 0.66 0 0.11 224.78 0.8 0.49
Hex 19 4C E2 59 42 0 B E1 50 31
Octal 31 114 342 131 102 0 13 341 120 61
Binary 11001 1001100 11100010 1011001 1000010 0 1011 11100001 1010000 110001

Color Harmonies of #194CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CE2

Black with #194CE2

Text Example


Text Example

White with #194CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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