Html Css Color HEX #194CE6 Cerulean Blue

📋 copy color: '#194CE6'

red 25 ◦ green 76 ◦ blue 230

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

Shades of Cerulean Blue #194CE6

Tints of Cerulean Blue #194CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 69.49%

R = 7.55%
G = 22.96%
B = 69.49%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#194CE6 (or 0x194CE6) is known color: Cerulean Blue. HEX triplet: 19, 4C and E6. RGB value is (25,76,230). Sum of RGB (Red+Green+Blue) = 25+76+230=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 230 (90.23% from 255 or 69.49% from 331); Max value from RGB is 230 - color contains mainly: blue. Hex color #194CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194CE6 is #E6B319. Grayscale: #4D4D4D. Windows color (decimal): -15119130 or 15092761. OLE color: 15092761.

HSL color Cylindrical-coordinate representation of color #194CE6: hue angle of 225.07º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194CE6 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 76 230 -
CMYK 0.89 0.67 0 0.10
HSL 225.07º 0.8% 0.5% -
HSV(B) 225.07º 0.89% 0.9% -
XYZ 17.27 11.09 76.09 -
YUV 78.31 213.6 89.98 -
System Red Green Blue C M Y K H S L
Decimal 25 76 230 0.89 0.67 0 0.10 225.07 0.8 0.5
Hex 19 4C E6 59 43 0 A E1 50 32
Octal 31 114 346 131 103 0 12 341 120 62
Binary 11001 1001100 11100110 1011001 1000011 0 1010 11100001 1010000 110010

Color Harmonies of #194CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CE6

Black with #194CE6

Text Example


Text Example

White with #194CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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