Html Css Color HEX #275AD1 Cerulean Blue

📋 copy color: '#275AD1'

red 39 ◦ green 90 ◦ blue 209

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

Shades of Cerulean Blue #275AD1

Tints of Cerulean Blue #275AD1

RGB

 RED value IS 39 (15.63% from 255) = 11.54%

 GREEN value IS 90 (35.55% from 255) = 26.63%

 BLUE value IS 209 (82.03% from 255) = 61.83%

R = 11.54%
G = 26.63%
B = 61.83%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#275AD1 (or 0x275AD1) is known color: Cerulean Blue. HEX triplet: 27, 5A and D1. RGB value is (39,90,209). Sum of RGB (Red+Green+Blue) = 39+90+209=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #275AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275AD1 is #D8A52E. Grayscale: #575757. Windows color (decimal): -14198063 or 13720103. OLE color: 13720103.

HSL color Cylindrical-coordinate representation of color #275AD1: hue angle of 222º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275AD1 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 90 209 -
CMYK 0.81 0.57 0 0.18
HSL 222º 0.69% 0.49% -
HSV(B) 222º 0.81% 0.82% -
XYZ 16 12.35 61.86 -
YUV 88.32 196.1 92.82 -
System Red Green Blue C M Y K H S L
Decimal 39 90 209 0.81 0.57 0 0.18 222 0.69 0.49
Hex 27 5A D1 51 39 0 12 DE 45 31
Octal 47 132 321 121 71 0 22 336 105 61
Binary 100111 1011010 11010001 1010001 111001 0 10010 11011110 1000101 110001

Color Harmonies of #275AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275AD1

Black with #275AD1

Text Example


Text Example

White with #275AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275AD1; }

 p { color: rgb(39,90,209); }

 H1.HeaderClassName
 {
   color: #275AD1;
 }
 .AnyTagClassName
 {
   color: #275AD1;
 }
</style>

background-color css

<style>
 a { background-color: #275AD1; }

 a { background-color: rgb(39,90,209); }

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

border-color css

<style>
 span { border-color: #275AD1; }

 span { border-color: rgb(39,90,209); }

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