Html Css Color HEX #194CD7 Cerulean Blue

📋 copy color: '#194CD7'

red 25 ◦ green 76 ◦ blue 215

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

Shades of Cerulean Blue #194CD7

Tints of Cerulean Blue #194CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 68.04%

R = 7.91%
G = 24.05%
B = 68.04%

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

#194CD7 (or 0x194CD7) is known color: Cerulean Blue. HEX triplet: 19, 4C and D7. RGB value is (25,76,215). Sum of RGB (Red+Green+Blue) = 25+76+215=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #194CD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CD7 is #E6B328. Grayscale: #4B4B4B. Windows color (decimal): -15119145 or 14109721. OLE color: 14109721.

HSL color Cylindrical-coordinate representation of color #194CD7: hue angle of 223.89º 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 #194CD7 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 76 215 -
CMYK 0.88 0.65 0 0.16
HSL 223.89º 0.79% 0.47% -
HSV(B) 223.89º 0.88% 0.84% -
XYZ 15.25 10.28 65.47 -
YUV 76.6 206.1 91.2 -
System Red Green Blue C M Y K H S L
Decimal 25 76 215 0.88 0.65 0 0.16 223.89 0.79 0.47
Hex 19 4C D7 58 41 0 10 E0 4F 2F
Octal 31 114 327 130 101 0 20 340 117 57
Binary 11001 1001100 11010111 1011000 1000001 0 10000 11100000 1001111 101111

Color Harmonies of #194CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CD7

Black with #194CD7

Text Example


Text Example

White with #194CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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