Html Css Color HEX #194BD6 Cerulean Blue

📋 copy color: '#194BD6'

red 25 ◦ green 75 ◦ blue 214

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

Shades of Cerulean Blue #194BD6

Tints of Cerulean Blue #194BD6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.89%

 BLUE value IS 214 (83.98% from 255) = 68.15%

R = 7.96%
G = 23.89%
B = 68.15%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#194BD6 (or 0x194BD6) is known color: Cerulean Blue. HEX triplet: 19, 4B and D6. RGB value is (25,75,214). Sum of RGB (Red+Green+Blue) = 25+75+214=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 214 (83.98% from 255 or 68.15% from 314); Max value from RGB is 214 - color contains mainly: blue. Hex color #194BD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BD6 is #E6B429. Grayscale: #4B4B4B. Windows color (decimal): -15119402 or 14043929. OLE color: 14043929.

HSL color Cylindrical-coordinate representation of color #194BD6: hue angle of 224.13º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194BD6 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 75 214 -
CMYK 0.88 0.65 0 0.16
HSL 224.13º 0.79% 0.47% -
HSV(B) 224.13º 0.88% 0.84% -
XYZ 15.05 10.09 64.77 -
YUV 75.9 205.94 91.7 -
System Red Green Blue C M Y K H S L
Decimal 25 75 214 0.88 0.65 0 0.16 224.13 0.79 0.47
Hex 19 4B D6 58 41 0 10 E0 4F 2F
Octal 31 113 326 130 101 0 20 340 117 57
Binary 11001 1001011 11010110 1011000 1000001 0 10000 11100000 1001111 101111

Color Harmonies of #194BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194BD6

Black with #194BD6

Text Example


Text Example

White with #194BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,75,214); }

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

background-color css

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

 a { background-color: rgb(25,75,214); }

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

border-color css

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

 span { border-color: rgb(25,75,214); }

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