Html Css Color HEX #275DBE Cerulean Blue

📋 copy color: '#275DBE'

red 39 ◦ green 93 ◦ blue 190

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

Shades of Cerulean Blue #275DBE

Tints of Cerulean Blue #275DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.88%

 BLUE value IS 190 (74.61% from 255) = 59.01%

R = 12.11%
G = 28.88%
B = 59.01%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#275DBE (or 0x275DBE) is known color: Cerulean Blue. HEX triplet: 27, 5D and BE. RGB value is (39,93,190). Sum of RGB (Red+Green+Blue) = 39+93+190=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #275DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DBE is #D8A241. Grayscale: #575757. Windows color (decimal): -14197314 or 12475687. OLE color: 12475687.

HSL color Cylindrical-coordinate representation of color #275DBE: hue angle of 218.54º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275DBE is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 93 190 -
CMYK 0.79 0.51 0 0.25
HSL 218.54º 0.66% 0.45% -
HSV(B) 218.54º 0.79% 0.75% -
XYZ 14.05 11.98 50.29 -
YUV 87.91 185.61 93.11 -
System Red Green Blue C M Y K H S L
Decimal 39 93 190 0.79 0.51 0 0.25 218.54 0.66 0.45
Hex 27 5D BE 4F 33 0 19 DB 42 2D
Octal 47 135 276 117 63 0 31 333 102 55
Binary 100111 1011101 10111110 1001111 110011 0 11001 11011011 1000010 101101

Color Harmonies of #275DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275DBE

Black with #275DBE

Text Example


Text Example

White with #275DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,93,190); }

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

background-color css

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

 a { background-color: rgb(39,93,190); }

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

border-color css

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

 span { border-color: rgb(39,93,190); }

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