Html Css Color HEX #227DCD Curious Blue

📋 copy color: '#227DCD'

red 34 ◦ green 125 ◦ blue 205

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

Shades of Curious Blue #227DCD

Tints of Curious Blue #227DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

 BLUE value IS 205 (80.47% from 255) = 56.32%

R = 9.34%
G = 34.34%
B = 56.32%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#227DCD (or 0x227DCD) is known color: Curious Blue. HEX triplet: 22, 7D and CD. RGB value is (34,125,205). Sum of RGB (Red+Green+Blue) = 34+125+205=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #227DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DCD is #DD8232. Grayscale: #6A6A6A. Windows color (decimal): -14516787 or 13466914. OLE color: 13466914.

HSL color Cylindrical-coordinate representation of color #227DCD: hue angle of 208.07º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227DCD is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 125 205 -
CMYK 0.83 0.39 0 0.20
HSL 208.07º 0.72% 0.47% -
HSV(B) 208.07º 0.83% 0.8% -
XYZ 19.01 19.42 60.5 -
YUV 106.91 183.35 76 -
System Red Green Blue C M Y K H S L
Decimal 34 125 205 0.83 0.39 0 0.20 208.07 0.72 0.47
Hex 22 7D CD 53 27 0 14 D0 48 2F
Octal 42 175 315 123 47 0 24 320 110 57
Binary 100010 1111101 11001101 1010011 100111 0 10100 11010000 1001000 101111

Color Harmonies of #227DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227DCD

Black with #227DCD

Text Example


Text Example

White with #227DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227DCD; }

 p { color: rgb(34,125,205); }

 H1.HeaderClassName
 {
   color: #227DCD;
 }
 .AnyTagClassName
 {
   color: #227DCD;
 }
</style>

background-color css

<style>
 a { background-color: #227DCD; }

 a { background-color: rgb(34,125,205); }

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

border-color css

<style>
 span { border-color: #227DCD; }

 span { border-color: rgb(34,125,205); }

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