Html Css Color HEX #227DCE Curious Blue

📋 copy color: '#227DCE'

red 34 ◦ green 125 ◦ blue 206

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

Shades of Curious Blue #227DCE

Tints of Curious Blue #227DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.44%

R = 9.32%
G = 34.25%
B = 56.44%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#227DCE (or 0x227DCE) is known color: Curious Blue. HEX triplet: 22, 7D and CE. RGB value is (34,125,206). Sum of RGB (Red+Green+Blue) = 34+125+206=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #227DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DCE is #DD8231. Grayscale: #6A6A6A. Windows color (decimal): -14516786 or 13532450. OLE color: 13532450.

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

Color convert

RGB 34 125 206 -
CMYK 0.83 0.39 0 0.19
HSL 208.26º 0.72% 0.47% -
HSV(B) 208.26º 0.83% 0.81% -
XYZ 19.13 19.46 61.14 -
YUV 107.03 183.85 75.91 -
System Red Green Blue C M Y K H S L
Decimal 34 125 206 0.83 0.39 0 0.19 208.26 0.72 0.47
Hex 22 7D CE 53 27 0 13 D0 48 2F
Octal 42 175 316 123 47 0 23 320 110 57
Binary 100010 1111101 11001110 1010011 100111 0 10011 11010000 1001000 101111

Color Harmonies of #227DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227DCE

Black with #227DCE

Text Example


Text Example

White with #227DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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