Html Css Color HEX #194AEA Cerulean Blue

📋 copy color: '#194AEA'

red 25 ◦ green 74 ◦ blue 234

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

Shades of Cerulean Blue #194AEA

Tints of Cerulean Blue #194AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.22%

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

R = 7.51%
G = 22.22%
B = 70.27%

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

#194AEA (or 0x194AEA) is known color: Cerulean Blue. HEX triplet: 19, 4A and EA. RGB value is (25,74,234). Sum of RGB (Red+Green+Blue) = 25+74+234=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #194AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194AEA is #E6B515. Grayscale: #4C4C4C. Windows color (decimal): -15119638 or 15354393. OLE color: 15354393.

HSL color Cylindrical-coordinate representation of color #194AEA: hue angle of 225.93º 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 #194AEA is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 74 234 -
CMYK 0.89 0.68 0 0.08
HSL 225.93º 0.83% 0.51% -
HSV(B) 225.93º 0.89% 0.92% -
XYZ 17.7 11.04 79.04 -
YUV 77.59 216.27 90.49 -
System Red Green Blue C M Y K H S L
Decimal 25 74 234 0.89 0.68 0 0.08 225.93 0.83 0.51
Hex 19 4A EA 59 44 0 8 E2 53 33
Octal 31 112 352 131 104 0 10 342 123 63
Binary 11001 1001010 11101010 1011001 1000100 0 1000 11100010 1010011 110011

Color Harmonies of #194AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AEA

Black with #194AEA

Text Example


Text Example

White with #194AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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