Html Css Color HEX #194CDA Cerulean Blue

📋 copy color: '#194CDA'

red 25 ◦ green 76 ◦ blue 218

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

Shades of Cerulean Blue #194CDA

Tints of Cerulean Blue #194CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.34%

R = 7.84%
G = 23.82%
B = 68.34%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#194CDA (or 0x194CDA) is known color: Cerulean Blue. HEX triplet: 19, 4C and DA. RGB value is (25,76,218). Sum of RGB (Red+Green+Blue) = 25+76+218=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #194CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CDA is #E6B325. Grayscale: #4C4C4C. Windows color (decimal): -15119142 or 14306329. OLE color: 14306329.

HSL color Cylindrical-coordinate representation of color #194CDA: hue angle of 224.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194CDA is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 76 218 -
CMYK 0.89 0.65 0 0.15
HSL 224.15º 0.79% 0.48% -
HSV(B) 224.15º 0.89% 0.85% -
XYZ 15.64 10.44 67.52 -
YUV 76.94 207.6 90.95 -
System Red Green Blue C M Y K H S L
Decimal 25 76 218 0.89 0.65 0 0.15 224.15 0.79 0.48
Hex 19 4C DA 59 41 0 F E0 4F 30
Octal 31 114 332 131 101 0 17 340 117 60
Binary 11001 1001100 11011010 1011001 1000001 0 1111 11100000 1001111 110000

Color Harmonies of #194CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CDA

Black with #194CDA

Text Example


Text Example

White with #194CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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