Html Css Color HEX #275DBD Cerulean Blue

📋 copy color: '#275DBD'

red 39 ◦ green 93 ◦ blue 189

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

Shades of Cerulean Blue #275DBD

Tints of Cerulean Blue #275DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.88%

R = 12.15%
G = 28.97%
B = 58.88%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#275DBD (or 0x275DBD) is known color: Cerulean Blue. HEX triplet: 27, 5D and BD. RGB value is (39,93,189). Sum of RGB (Red+Green+Blue) = 39+93+189=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #275DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DBD is #D8A242. Grayscale: #575757. Windows color (decimal): -14197315 or 12410151. OLE color: 12410151.

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

Color convert

RGB 39 93 189 -
CMYK 0.79 0.51 0 0.26
HSL 218.4º 0.66% 0.45% -
HSV(B) 218.4º 0.79% 0.74% -
XYZ 13.94 11.93 49.71 -
YUV 87.8 185.11 93.19 -
System Red Green Blue C M Y K H S L
Decimal 39 93 189 0.79 0.51 0 0.26 218.4 0.66 0.45
Hex 27 5D BD 4F 33 0 1A DA 42 2D
Octal 47 135 275 117 63 0 32 332 102 55
Binary 100111 1011101 10111101 1001111 110011 0 11010 11011010 1000010 101101

Color Harmonies of #275DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275DBD

Black with #275DBD

Text Example


Text Example

White with #275DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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