Html Css Color HEX #194FE9 Cerulean Blue

📋 copy color: '#194FE9'

red 25 ◦ green 79 ◦ blue 233

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

Shades of Cerulean Blue #194FE9

Tints of Cerulean Blue #194FE9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.44%

 BLUE value IS 233 (91.41% from 255) = 69.14%

R = 7.42%
G = 23.44%
B = 69.14%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#194FE9 (or 0x194FE9) is known color: Cerulean Blue. HEX triplet: 19, 4F and E9. RGB value is (25,79,233). Sum of RGB (Red+Green+Blue) = 25+79+233=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 233 (91.41% from 255 or 69.14% from 337); Max value from RGB is 233 - color contains mainly: blue. Hex color #194FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194FE9 is #E6B016. Grayscale: #4F4F4F. Windows color (decimal): -15118359 or 15290137. OLE color: 15290137.

HSL color Cylindrical-coordinate representation of color #194FE9: hue angle of 224.42º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194FE9 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 79 233 -
CMYK 0.89 0.66 0 0.09
HSL 224.42º 0.83% 0.51% -
HSV(B) 224.42º 0.89% 0.91% -
XYZ 17.9 11.68 78.4 -
YUV 80.41 214.11 88.48 -
System Red Green Blue C M Y K H S L
Decimal 25 79 233 0.89 0.66 0 0.09 224.42 0.83 0.51
Hex 19 4F E9 59 42 0 9 E0 53 33
Octal 31 117 351 131 102 0 11 340 123 63
Binary 11001 1001111 11101001 1011001 1000010 0 1001 11100000 1010011 110011

Color Harmonies of #194FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194FE9

Black with #194FE9

Text Example


Text Example

White with #194FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,79,233); }

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

background-color css

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

 a { background-color: rgb(25,79,233); }

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

border-color css

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

 span { border-color: rgb(25,79,233); }

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