Html Css Color HEX #0238BD International Klein Blue

📋 copy color: '#0238BD'

red 2 ◦ green 56 ◦ blue 189

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

Shades of International Klein Blue #0238BD

Tints of International Klein Blue #0238BD

RGB

 RED value IS 2 (1.17% from 255) = 0.81%

 GREEN value IS 56 (22.27% from 255) = 22.67%

 BLUE value IS 189 (74.22% from 255) = 76.52%

R = 0.81%
G = 22.67%
B = 76.52%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0238BD (or 0x0238BD) is known color: International Klein Blue. HEX triplet: 02, 38 and BD. RGB value is (2,56,189). Sum of RGB (Red+Green+Blue) = 2+56+189=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #0238BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0238BD is #FDC742. Grayscale: #363636. Windows color (decimal): -16631619 or 12400642. OLE color: 12400642.

HSL color Cylindrical-coordinate representation of color #0238BD: hue angle of 222.67º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238BD is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 56 189 -
CMYK 0.99 0.70 0 0.26
HSL 222.67º 0.98% 0.37% -
HSV(B) 222.67º 0.99% 0.74% -
XYZ 10.62 6.52 48.84 -
YUV 55.02 203.61 90.19 -
System Red Green Blue C M Y K H S L
Decimal 2 56 189 0.99 0.70 0 0.26 222.67 0.98 0.37
Hex 2 38 BD 63 46 0 1A DF 62 25
Octal 2 70 275 143 106 0 32 337 142 45
Binary 10 111000 10111101 1100011 1000110 0 11010 11011111 1100010 100101

Color Harmonies of #0238BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0238BD

Black with #0238BD

Text Example


Text Example

White with #0238BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0238BD; }

 p { color: rgb(2,56,189); }

 H1.HeaderClassName
 {
   color: #0238BD;
 }
 .AnyTagClassName
 {
   color: #0238BD;
 }
</style>

background-color css

<style>
 a { background-color: #0238BD; }

 a { background-color: rgb(2,56,189); }

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

border-color css

<style>
 span { border-color: #0238BD; }

 span { border-color: rgb(2,56,189); }

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