Html Css Color HEX #194CEA Cerulean Blue

📋 copy color: '#194CEA'

red 25 ◦ green 76 ◦ blue 234

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

Shades of Cerulean Blue #194CEA

Tints of Cerulean Blue #194CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.85%

R = 7.46%
G = 22.69%
B = 69.85%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#194CEA (or 0x194CEA) is known color: Cerulean Blue. HEX triplet: 19, 4C and EA. RGB value is (25,76,234). Sum of RGB (Red+Green+Blue) = 25+76+234=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #194CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194CEA is #E6B315. Grayscale: #4E4E4E. Windows color (decimal): -15119126 or 15354905. OLE color: 15354905.

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

Color convert

RGB 25 76 234 -
CMYK 0.89 0.68 0 0.08
HSL 225.36º 0.83% 0.51% -
HSV(B) 225.36º 0.89% 0.92% -
XYZ 17.84 11.32 79.09 -
YUV 78.76 215.6 89.65 -
System Red Green Blue C M Y K H S L
Decimal 25 76 234 0.89 0.68 0 0.08 225.36 0.83 0.51
Hex 19 4C EA 59 44 0 8 E1 53 33
Octal 31 114 352 131 104 0 10 341 123 63
Binary 11001 1001100 11101010 1011001 1000100 0 1000 11100001 1010011 110011

Color Harmonies of #194CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CEA

Black with #194CEA

Text Example


Text Example

White with #194CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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