Html Css Color HEX #255DDA Cerulean Blue

📋 copy color: '#255DDA'

red 37 ◦ green 93 ◦ blue 218

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

Shades of Cerulean Blue #255DDA

Tints of Cerulean Blue #255DDA

RGB

 RED value IS 37 (14.84% from 255) = 10.63%

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

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

R = 10.63%
G = 26.72%
B = 62.64%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#255DDA (or 0x255DDA) is known color: Cerulean Blue. HEX triplet: 25, 5D and DA. RGB value is (37,93,218). Sum of RGB (Red+Green+Blue) = 37+93+218=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #255DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DDA is #DAA225. Grayscale: #595959. Windows color (decimal): -14328358 or 14310693. OLE color: 14310693.

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

Color convert

RGB 37 93 218 -
CMYK 0.83 0.57 0 0.15
HSL 221.44º 0.71% 0.5% -
HSV(B) 221.44º 0.83% 0.85% -
XYZ 17.33 13.28 67.98 -
YUV 90.51 199.95 89.84 -
System Red Green Blue C M Y K H S L
Decimal 37 93 218 0.83 0.57 0 0.15 221.44 0.71 0.5
Hex 25 5D DA 53 39 0 F DD 47 32
Octal 45 135 332 123 71 0 17 335 107 62
Binary 100101 1011101 11011010 1010011 111001 0 1111 11011101 1000111 110010

Color Harmonies of #255DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DDA

Black with #255DDA

Text Example


Text Example

White with #255DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255DDA; }

 p { color: rgb(37,93,218); }

 H1.HeaderClassName
 {
   color: #255DDA;
 }
 .AnyTagClassName
 {
   color: #255DDA;
 }
</style>

background-color css

<style>
 a { background-color: #255DDA; }

 a { background-color: rgb(37,93,218); }

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

border-color css

<style>
 span { border-color: #255DDA; }

 span { border-color: rgb(37,93,218); }

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