Html Css Color HEX #255BB4 Cerulean Blue

📋 copy color: '#255BB4'

red 37 ◦ green 91 ◦ blue 180

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

Shades of Cerulean Blue #255BB4

Tints of Cerulean Blue #255BB4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.55%

 BLUE value IS 180 (70.7% from 255) = 58.44%

R = 12.01%
G = 29.55%
B = 58.44%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#255BB4 (or 0x255BB4) is known color: Cerulean Blue. HEX triplet: 25, 5B and B4. RGB value is (37,91,180). Sum of RGB (Red+Green+Blue) = 37+91+180=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #255BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BB4 is #DAA44B. Grayscale: #545454. Windows color (decimal): -14328908 or 11819813. OLE color: 11819813.

HSL color Cylindrical-coordinate representation of color #255BB4: hue angle of 217.34º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255BB4 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 91 180 -
CMYK 0.79 0.49 0 0.29
HSL 217.34º 0.66% 0.43% -
HSV(B) 217.34º 0.79% 0.71% -
XYZ 12.74 11.17 44.66 -
YUV 85 181.61 93.76 -
System Red Green Blue C M Y K H S L
Decimal 37 91 180 0.79 0.49 0 0.29 217.34 0.66 0.43
Hex 25 5B B4 4F 31 0 1D D9 42 2B
Octal 45 133 264 117 61 0 35 331 102 53
Binary 100101 1011011 10110100 1001111 110001 0 11101 11011001 1000010 101011

Color Harmonies of #255BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BB4

Black with #255BB4

Text Example


Text Example

White with #255BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,91,180); }

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

background-color css

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

 a { background-color: rgb(37,91,180); }

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

border-color css

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

 span { border-color: rgb(37,91,180); }

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