Html Css Color HEX #1A50DC Cerulean Blue

📋 copy color: '#1A50DC'

red 26 ◦ green 80 ◦ blue 220

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

Shades of Cerulean Blue #1A50DC

Tints of Cerulean Blue #1A50DC

RGB

 RED value IS 26 (10.55% from 255) = 7.98%

 GREEN value IS 80 (31.64% from 255) = 24.54%

 BLUE value IS 220 (86.33% from 255) = 67.48%

R = 7.98%
G = 24.54%
B = 67.48%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1A50DC (or 0x1A50DC) is known color: Cerulean Blue. HEX triplet: 1A, 50 and DC. RGB value is (26,80,220). Sum of RGB (Red+Green+Blue) = 26+80+220=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A50DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A50DC is #E5AF23. Grayscale: #4F4F4F. Windows color (decimal): -15052580 or 14438426. OLE color: 14438426.

HSL color Cylindrical-coordinate representation of color #1A50DC: hue angle of 223.3º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A50DC is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 80 220 -
CMYK 0.88 0.64 0 0.14
HSL 223.3º 0.79% 0.48% -
HSV(B) 223.3º 0.88% 0.86% -
XYZ 16.21 11.12 69 -
YUV 79.81 207.11 89.62 -
System Red Green Blue C M Y K H S L
Decimal 26 80 220 0.88 0.64 0 0.14 223.3 0.79 0.48
Hex 1A 50 DC 58 40 0 E DF 4F 30
Octal 32 120 334 130 100 0 16 337 117 60
Binary 11010 1010000 11011100 1011000 1000000 0 1110 11011111 1001111 110000

Color Harmonies of #1A50DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A50DC

Black with #1A50DC

Text Example


Text Example

White with #1A50DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A50DC; }

 p { color: rgb(26,80,220); }

 H1.HeaderClassName
 {
   color: #1A50DC;
 }
 .AnyTagClassName
 {
   color: #1A50DC;
 }
</style>

background-color css

<style>
 a { background-color: #1A50DC; }

 a { background-color: rgb(26,80,220); }

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

border-color css

<style>
 span { border-color: #1A50DC; }

 span { border-color: rgb(26,80,220); }

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