Html Css Color HEX #194BCE Cerulean Blue

📋 copy color: '#194BCE'

red 25 ◦ green 75 ◦ blue 206

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

Shades of Cerulean Blue #194BCE

Tints of Cerulean Blue #194BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 8.17%
G = 24.51%
B = 67.32%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#194BCE (or 0x194BCE) is known color: Cerulean Blue. HEX triplet: 19, 4B and CE. RGB value is (25,75,206). Sum of RGB (Red+Green+Blue) = 25+75+206=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #194BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BCE is #E6B431. Grayscale: #4A4A4A. Windows color (decimal): -15119410 or 13519641. OLE color: 13519641.

HSL color Cylindrical-coordinate representation of color #194BCE: hue angle of 223.43º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194BCE is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 75 206 -
CMYK 0.88 0.64 0 0.19
HSL 223.43º 0.78% 0.45% -
HSV(B) 223.43º 0.88% 0.81% -
XYZ 14.06 9.7 59.52 -
YUV 74.98 201.94 92.35 -
System Red Green Blue C M Y K H S L
Decimal 25 75 206 0.88 0.64 0 0.19 223.43 0.78 0.45
Hex 19 4B CE 58 40 0 13 DF 4E 2D
Octal 31 113 316 130 100 0 23 337 116 55
Binary 11001 1001011 11001110 1011000 1000000 0 10011 11011111 1001110 101101

Color Harmonies of #194BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194BCE

Black with #194BCE

Text Example


Text Example

White with #194BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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