Html Css Color HEX #275CDA Cerulean Blue

📋 copy color: '#275CDA'

red 39 ◦ green 92 ◦ blue 218

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

Shades of Cerulean Blue #275CDA

Tints of Cerulean Blue #275CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.36%

 BLUE value IS 218 (85.55% from 255) = 62.46%

R = 11.17%
G = 26.36%
B = 62.46%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#275CDA (or 0x275CDA) is known color: Cerulean Blue. HEX triplet: 27, 5C and DA. RGB value is (39,92,218). Sum of RGB (Red+Green+Blue) = 39+92+218=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #275CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275CDA is #D8A325. Grayscale: #595959. Windows color (decimal): -14197542 or 14310439. OLE color: 14310439.

HSL color Cylindrical-coordinate representation of color #275CDA: hue angle of 222.23º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #275CDA is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 92 218 -
CMYK 0.82 0.58 0 0.15
HSL 222.23º 0.71% 0.5% -
HSV(B) 222.23º 0.82% 0.85% -
XYZ 17.32 13.15 67.95 -
YUV 90.52 199.94 91.25 -
System Red Green Blue C M Y K H S L
Decimal 39 92 218 0.82 0.58 0 0.15 222.23 0.71 0.5
Hex 27 5C DA 52 3A 0 F DE 47 32
Octal 47 134 332 122 72 0 17 336 107 62
Binary 100111 1011100 11011010 1010010 111010 0 1111 11011110 1000111 110010

Color Harmonies of #275CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CDA

Black with #275CDA

Text Example


Text Example

White with #275CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,92,218); }

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

background-color css

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

 a { background-color: rgb(39,92,218); }

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

border-color css

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

 span { border-color: rgb(39,92,218); }

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