Html Css Color HEX #225BBC Cerulean Blue

📋 copy color: '#225BBC'

red 34 ◦ green 91 ◦ blue 188

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

Shades of Cerulean Blue #225BBC

Tints of Cerulean Blue #225BBC

RGB

 RED value IS 34 (13.67% from 255) = 10.86%

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

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 10.86%
G = 29.07%
B = 60.06%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#225BBC (or 0x225BBC) is known color: Cerulean Blue. HEX triplet: 22, 5B and BC. RGB value is (34,91,188). Sum of RGB (Red+Green+Blue) = 34+91+188=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #225BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BBC is #DDA443. Grayscale: #545454. Windows color (decimal): -14525508 or 12344098. OLE color: 12344098.

HSL color Cylindrical-coordinate representation of color #225BBC: hue angle of 217.79º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225BBC is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 91 188 -
CMYK 0.82 0.52 0 0.26
HSL 217.79º 0.69% 0.44% -
HSV(B) 217.79º 0.82% 0.74% -
XYZ 13.48 11.45 49.08 -
YUV 85.02 186.12 91.61 -
System Red Green Blue C M Y K H S L
Decimal 34 91 188 0.82 0.52 0 0.26 217.79 0.69 0.44
Hex 22 5B BC 52 34 0 1A DA 45 2C
Octal 42 133 274 122 64 0 32 332 105 54
Binary 100010 1011011 10111100 1010010 110100 0 11010 11011010 1000101 101100

Color Harmonies of #225BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BBC

Black with #225BBC

Text Example


Text Example

White with #225BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225BBC; }

 p { color: rgb(34,91,188); }

 H1.HeaderClassName
 {
   color: #225BBC;
 }
 .AnyTagClassName
 {
   color: #225BBC;
 }
</style>

background-color css

<style>
 a { background-color: #225BBC; }

 a { background-color: rgb(34,91,188); }

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

border-color css

<style>
 span { border-color: #225BBC; }

 span { border-color: rgb(34,91,188); }

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